home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Notes / SaveAll.notes < prev    next >
Text File  |  1999-10-16  |  1KB  |  77 lines

  1.  
  2.  
  3. Image Engineer script - Save all v1.30
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script saves all images to a selected dir, using
  10.   selected rendering options.
  11.  
  12.  
  13. REQUIREMENTS
  14.  
  15.   Image Engineer v3.41 (Wision release 2)
  16.   SViewIV-libraries (svobjects) for saving different imageformats
  17.  
  18.  
  19. INSTALLATION
  20.  
  21.   This script belongs to Image Engineer distribution, so it
  22.   should allready be in IE:Arexx/, where it belongs.
  23.  
  24.  
  25. USAGE
  26.  
  27.   This script saves all images to a selected dir, using selected
  28.   rendering options. Script will remember directory last used. Just
  29.   run the script and choose rendering method (or not) and save
  30.   directory.
  31.  
  32.  
  33.   Let's assume you had pictures named:
  34.  
  35.    001_forest.jpg, flower.jpg and womaninred.tiff
  36.  
  37.  
  38.   After saving them to the selected directory, they would be
  39.   named:
  40.  
  41.    001_forest_0.jpg, flower_0.jpg and womaninred_0.jpg
  42.  
  43.  
  44.   Save them again. Now there's 3 more new files:
  45.  
  46.    001_forest_1.jpg, flower_1.jpg and womaninred_1.jpg
  47.  
  48.  
  49.   Last number is a safety number, so pictures wouldn't be
  50.   overwritten. Script will always check if picturename with same
  51.   number exists and use next available number (max 999).
  52.  
  53.   At the moment only ILBM CmpByteRun1 -save method is used.
  54.  
  55.   If you use LOCKed palette, then all saved pictures will use
  56.   Palettes/Colorful.palette for color selection.
  57.  
  58.  
  59. ARGUMENTS
  60.  
  61.   None. Use from Image Engineer.
  62.  
  63.  
  64.  
  65.  
  66.  
  67. HISTORY
  68.  
  69.   1.30
  70.  
  71.   History started
  72.  
  73.  
  74.  
  75.  
  76.  
  77.